texthandle: Fix Y positioning of text handles
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 14 Oct 2015 15:21:25 +0000 (17:21 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 14 Oct 2015 16:44:34 +0000 (18:44 +0200)
commitcfaa4214337c3cb529ba2f415f5581e0ca44de66
tree479cc4ead4fb3ae5b312cc7167412ff8264d08d5
parent73bf16b3b0492b6ac5e077f7179312c5090cfb6e
texthandle: Fix Y positioning of text handles

It is assumed that border.top is the same than pointing_to.height (which
equals the strong cursor position), which is not since some time ago.

The border calculation has been move on top too, it is now used in the
Y position one, and doesn't depend on anything we calculate later.
gtk/gtktexthandle.c